Welcome![Sign In][Sign Up]
Location:
Search - cubic spline

Search list

[Mathimatics-Numerical algorithms三次样条

Description: 最新版三次样条插值源程序-latest version of Cubic Spline Interpolation source
Platform: | Size: 1024 | Author: 张志明 | Hits:

[Mathimatics-Numerical algorithms三次样条插值的程序vb版

Description: 大学里数学系必学的一们课程数值分析中的经典算法————三次样条插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
Platform: | Size: 2048 | Author: liunangui | Hits:

[Mathimatics-Numerical algorithmsVB_NUM2

Description: 用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。-VB multiple numerical interpolation method. Including : Next granges and orderly function, cubic spline, orderly table retrieval, polynomial interpolation seven interpolation.
Platform: | Size: 3072 | Author: 李春波 | Hits:

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical)-
Platform: | Size: 5120 | Author: ldg | Hits:

[matlabfunctionz

Description: 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常用的方法,也是函数spline所采用的方法,就是采用非扭结(not-a-knot)条件。这个条件强迫第一个和第二个三次多项式的三阶导数相等。对最后一个和倒数第二个三次多项式也做同样地处理。 -the Cubic Spline, to find three polynomial, approaching every right to point the data curve. The kind of terms, these data points called breakpoints. Because only two points a straight decisions, and in between the two curves can be used an infinite number of cubic polynomial approximation. Therefore, in order for the outcome of uniqueness. The Cubic Spline, add the cubic polynomial bound by the conditions. By limiting each cubic polynomial of the first order and second-order derivative, it breakpoint in the same Department, we can better identify all internal cubic polynomial. In addition, the polynomial approximation of these breakpoints slope and curvature is continuous. However, the last one and a cubic polynomial in a breakpoint and the final one, not accompanied by polynomials. There
Platform: | Size: 3072 | Author: 讲演 | Hits:

[matlabfunctionz1

Description: 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, given N breakpoints, it is necessary to look for N-1 cubic polynomial, each with four polynomial coefficients unknown. Thus, by solving the equations contain 4* (N-1) unknown. Each cubic polynomial Timing special form, and use of various constraints, by solving N with N unknown coefficient equations, we can identify three polynomial.
Platform: | Size: 4096 | Author: 讲演 | Hits:

[matlabdeBoor

Description: de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点-algorithm evaluates demand for secondary and cubic B-spline- curve interpolation, given vertex
Platform: | Size: 2048 | Author: jo Wang | Hits:

[Algorithm3INSERT

Description: 三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
Platform: | Size: 1024 | Author: chenjie | Hits:

[Algorithmspline513

Description: 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
Platform: | Size: 1024 | Author: 宋亚平 | Hits:

[AlgorithmEMD-C

Description: EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
Platform: | Size: 1024 | Author: | Hits:

[2D GraphicDrawBSplineCode

Description: 绘制三次样条曲线的vc程序,实用有效,需要的同志可以借鉴-drawing cubic spline curve vc procedures, practical and effective, it needs can learn from Comrade
Platform: | Size: 24576 | Author: mikle | Hits:

[matlabmatlabcs

Description: 三次样条插值的源程序,程序稍稍长了点 希望大家能用到-cubic spline interpolation of the source, procedures slight hope everyone can wait to
Platform: | Size: 1024 | Author: 徐国强 | Hits:

[AlgorithmTriSpline

Description: 三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:"input the value of the variable:",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若插值点正确(v>=0&&v<=6),则程序将输出插值结果。-cubic spline interpolation procedure. Compiling the operation procedures, the program will pop-up window and query : "input the number of intervals :", the number of imported interpolation can be. procedures will be stored in the number int n variables. If the input frequency correct interpolation (n
Platform: | Size: 280576 | Author: 唐新猛 | Hits:

[Windows Develop3spline

Description: 自己保存的很好的关于三次样条的c语言的程序-their preservation of the good of cubic spline procedure language c
Platform: | Size: 625664 | Author: lixu | Hits:

[Algorithmspine

Description: 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。-Spline type of C++, Such including the cubic spline interpolation, fitting and B-spline interpolation, to be and functions. I have written a simple application of the function, you can use glue.
Platform: | Size: 5120 | Author: 饶宾 | Hits:

[matlabSF_Spline

Description: 基于matlab的三次样条插值算法程序-Matlab based on the cubic spline interpolation algorithm procedure
Platform: | Size: 1024 | Author: | Hits:

[MPIspline3

Description: 三次样调插值 源程序,欢迎下载交流学习-Cubic Spline Interpolation transfer source, welcome to download the exchange of learning
Platform: | Size: 1024 | Author: 刘语 | Hits:

[Algorithmsanciyangtiao

Description: 三次样条插值公式C语言编程示例-Cubic spline interpolation formula C language programming examples
Platform: | Size: 1024 | Author: wosyjf | Hits:

[Other systemsCehuiSource

Description: 测绘相关源码 包括:角度化弧度、弧度化角度、计算两点间的方位角、B_三次样条函数(曲线拟合)、贝赛尔曲线。-Surveying and Mapping-related source, including: the angle of curvature, arc angle of the calculation of the azimuth between two points, B_ cubic spline function (curve fitting), Bezier curves.
Platform: | Size: 2048 | Author: Tranlynn | Hits:

[AlgorithmThreeSpline

Description: 数值分析中三次样条插值算法,运行稳定,并能画出最后的插值曲线-Numerical Analysis of cubic spline interpolation algorithm, running stability, and can draw the final curve interpolation
Platform: | Size: 38912 | Author: yanghy | Hits:
« 1 2 3 4 56 7 8 9 10 ... 38 »

CodeBus www.codebus.net